HipTileset.readJSON

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HipTileset readJSON(string path, uint firstGid, void delegate(HipTileset self) onSuccess, void delegate() onError)
    class HipTileset
    static
    readJSON
    (
    string path
    ,,
    void delegate onSuccess
    ,
    void delegate
    ()
    onError
    )
  2. HipTileset readJSON(string path, uint firstGid, JSONValue t, void delegate(HipTileset self) onSuccess, void delegate() onError)

Meta